home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 29 / PCPP #29.iso / pcpp / Font.sxt < prev    next >
Encoding:
Text File  |  1998-08-13  |  2.2 KB  |  70 lines

  1. setup_proc:
  2.         install font "verdana.ttf"
  3.  
  4. change_text:
  5.     h_text = get_element "template"
  6.     
  7.     switch selection_number
  8.  
  9.         case 1
  10.             h_text.set(" Speed up your typing skills ")
  11.             break    
  12.         case 2
  13.             h_text.set(" An easy to use GIF animation tool.Produces output files that are 10% to 80% smaller than non-optimized GIF's.")
  14.             break
  15.         case 3
  16.             h_text.set(" AssistBar 98 is a launcher that lets you execute programs with a single click.")
  17.             break
  18.         case 4
  19.             h_text.set("CDH Media Wizard allows the play CD Audio, VCD, RealAudio, Video, MP3 and much more")
  20.             break
  21.         case 5
  22.             h_text.set("Digital clock of a changeable design skin.Chameleon Clock uses bitmap digits and Winamp skins for date and time show.")
  23.             break
  24.         case 6
  25.             h_text.set("Latest version of Microsoft Direct X drivers - If you are running Win98 install the driver in the \UTILS\DIRECT6 folder")
  26.             break
  27.         case 7
  28.             h_text.set("Lets you create high quality JPG, GIF, Animated GIFs, Javascript rollovers and other web graphics fast")
  29.             break
  30.         case 8
  31.             h_text.set("Digital audio editor featuring realtime oscilloscopes, intelligent editing and numerous effects. Easy to learn and use")
  32.             break
  33.         case 9
  34.             h_text.set("An excellent graphics program which has many great features including a built in gif animator program")
  35.             break
  36.         case 10
  37.             h_text.set("Plugin manager lets you sort and view all your plugins from many graphic applications")
  38.             break
  39.         case 11
  40.             h_text.set("Latest Version of Netscape Browser")
  41.             break
  42.         case 12
  43.             h_text.set("Oil Change allows you to quickly download and install updates to the Windows 95/98 software you already own.")
  44.             break
  45.         case 13
  46.             h_text.set("Opera is an alternate browser built for speed, try it out if you want a change from  Internet Explorer and Netscape")
  47.             break
  48.         case 14
  49.             h_text.set("Great way to organise and maintain all your favourite bookmarks")
  50.             break
  51.         case 15
  52.             h_text.set("Antiviral Toolkit Pro v2.0 build 123")
  53.             break
  54.         case 16
  55.             h_text.set("Dr Solomon's Findvirus")
  56.             break
  57.         case 17
  58.             h_text.set("McAfee Antivirus 3.1.9")
  59.             break
  60.         case 18
  61.             h_text.set("Thunderbyte Antivirus ")
  62.             break
  63.         case 19
  64.             h_text.set("Vet version 9.71 for Win95")
  65.             break 
  66.  
  67.  
  68.     
  69.     return
  70.